home *** CD-ROM | disk | FTP | other *** search
- Short: Fast CRC tools & sources (PPC,WarpOS)
- Author: unknown
- Uploader: MagicSN@Birdland.es.bawue.de (Porter)
- Type: dev/c
-
- CRC2, CRCFast and CRCTab ports for PPC,
- including sources. Author unknown.
-
- The difference 68k -> PPC gets significant
- on large files, e.g. greater 1 MB, according
- to Andreas Kleinert (Porter of the ppc.library
- Version, not included to this archive)
-
- Small Update.
-
- --
- Steffen Haeuser
-
- *************************************************************************************
-
- Cyclic Redundancy Check
- ---------------------------------------------------------
-
- This archive includes the following three files:
-
- crc2.c Computes crc by bit shifting
- crcfast.c Computes crc by table lookup
- crctab.c Computes tables used in crcfast.c
- crc.doc This file
-
- The utilities crc2 and crcfast compute the cyclic redundancy checks
- for both the crc-16 (used in arc files) and crc-ccitt (used in xmodem).
- crcfast is faster than crc2. These routines compute the crc's for a
- given file as a means of checking data integrity.
- These routines compile without change under Turbo C. All are
- short and illustrate the basic principles of crc calculations.
-
-
-
- CRC References:
-
- C Programmer's Guide to Serial Communications, J. Compbell,
- Howard W. Sams & Co.,(1987)
-
- The Great CRC Mystery, T. Ritter, Dr. Dobb's Journal,
- (February 1986)
-
- Byte-Wise CRC Calculations, A. Perez, Wismer, & Becker,
- IEEE Micro, (June 1983)
-
- *************************************************************************************
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 933 514 44.9% 11-Mar-98 14:42:30 crc.doc
- 29760 11401 61.6% 18-Mar-98 12:29:04 crc2
- 2523 922 63.4% 18-Mar-98 12:28:58 crc2.c
- 835 391 53.1% 11-Mar-98 14:38:58 crc2.info
- 1162 491 57.7% 18-Mar-98 12:29:08 crc2.¶
- 537 292 45.6% 18-Mar-98 12:29:08 crc2.¶.info
- 30688 12485 59.3% 18-Mar-98 12:29:32 crcfast
- 6944 2553 63.2% 18-Mar-98 12:29:26 crcfast.c
- 835 395 52.6% 11-Mar-98 14:39:02 crcfast.info
- 1189 495 58.3% 18-Mar-98 12:29:36 crcfast.¶
- 537 295 45.0% 18-Mar-98 12:29:36 crcfast.¶.info
- 26548 10255 61.3% 18-Mar-98 12:27:48 crctab
- 2041 683 66.5% 18-Mar-98 12:27:40 crctab.c
- 835 388 53.5% 11-Mar-98 14:39:04 crctab.info
- 1180 492 58.3% 18-Mar-98 12:27:50 crctab.¶
- 537 292 45.6% 18-Mar-98 12:27:50 crctab.¶.info
- 1672 781 53.2% 19-Mar-98 14:53:34 crcWOS.readme
- -------- ------- ----- --------- --------
- 108756 43125 60.3% 20-Mar-98 21:49:26 17 files
-